home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xbmbxpl.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  723 b   |  35 lines

  1. // =====================
  2. // DAY WRECKER EXPLOSION
  3. // =====================
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 1
  9. particleClass1 = "xbmbxpl.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12.  
  13. explSound = "xemt1.wav"
  14. damageRadius = 200.0
  15. damageValue(N) = 1000
  16. damageValue(L) = 1000
  17. damageValue(H) = 1000
  18. damageValue(S) = 1000
  19. damageValue(D) = 1000
  20. damageValue(A) = 1000
  21.  
  22. [Core]
  23. simulateBase = "sim_null"
  24. lifeTime = 1.0
  25. renderBase = "draw_sphere"
  26. textureName = "vsmoke.tga"
  27. textureBlend = "one one modulate"
  28. startColor = "63 255 255 255"
  29. finishColor = "0 0 255 0"
  30. startRadius = 10.0
  31. finishRadius = 200.0
  32. animateTime = 1.0
  33. latitudeBands = 8
  34. longitudeSegments = 16
  35.